Autogenerated HTML docs for v1.5.4.3-365-gc149 
diff --git a/git-cherry-pick.html b/git-cherry-pick.html index e82deb9..fe88297 100644 --- a/git-cherry-pick.html +++ b/git-cherry-pick.html 
@@ -335,7 +335,7 @@  </dt>   <dd>   <p>  - Usually you cannot revert a merge because you do not know which  + Usually you cannot cherry-pick a merge because you do not know which   side of the merge should be considered the mainline. This   option specifies the parent number (starting from 1) of   the mainline and allows cherry-pick to replay the change  @@ -375,7 +375,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 21-Jan-2008 02:37:25 UTC  +Last updated 01-Mar-2008 18:41:39 UTC   </div>   </div>   </body>  
diff --git a/git-cherry-pick.txt b/git-cherry-pick.txt index 877ab66..f0beb41 100644 --- a/git-cherry-pick.txt +++ b/git-cherry-pick.txt 
@@ -45,7 +45,7 @@ 	default is not to do `-x` so this option is a no-op.    -m parent-number|--mainline parent-number:: -	Usually you cannot revert a merge because you do not know which +	Usually you cannot cherry-pick a merge because you do not know which 	side of the merge should be considered the mainline. This 	option specifies the parent number (starting from 1) of 	the mainline and allows cherry-pick to replay the change 
diff --git a/git-gc.html b/git-gc.html index 897be72..2218816 100644 --- a/git-gc.html +++ b/git-gc.html 
@@ -272,7 +272,7 @@  </div>   <h2>SYNOPSIS</h2>   <div class="sectionbody">  -<p><em>git-gc</em> [--prune] [--aggressive] [--auto]</p>  +<p><em>git-gc</em> [--prune] [--aggressive] [--auto] [--quiet]</p>   </div>   <h2>DESCRIPTION</h2>   <div class="sectionbody">  @@ -339,6 +339,14 @@  <tt>git-repack</tt>. Setting <tt>gc.autopacklimit</tt> to 0 disables   automatic consolidation of packs.</p>   </dd>  +<dt>  +--quiet  +</dt>  +<dd>  +<p>  + Suppress all progress reports.  +</p>  +</dd>   </dl>   </div>   <h2>Configuration</h2>  @@ -390,7 +398,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 12-Jan-2008 06:43:55 UTC  +Last updated 01-Mar-2008 18:41:39 UTC   </div>   </div>   </body>  
diff --git a/git-gc.txt b/git-gc.txt index 4b2dfef..2e7be91 100644 --- a/git-gc.txt +++ b/git-gc.txt 
@@ -8,7 +8,7 @@    SYNOPSIS  -------- -'git-gc' [--prune] [--aggressive] [--auto] +'git-gc' [--prune] [--aggressive] [--auto] [--quiet]    DESCRIPTION  ----------- @@ -63,6 +63,9 @@  `git-repack`. Setting `gc.autopacklimit` to 0 disables  automatic consolidation of packs.   +--quiet:: +	Suppress all progress reports. +  Configuration  -------------